home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / eofbof / eofbof.txt < prev    next >
Text File  |  1994-06-03  |  512b  |  14 lines

  1. This sample demonstrates ways to prevent "No Current Record" from occuring.
  2. EOFBOF shines when you use add some records, MoveFirst, and then try a 
  3. MovePrevious.  The code used prevents you from moving off the end of the 
  4. database.  The same thing works for MoveLast and MovePrevious.
  5.  
  6. Try disabling the code that tests for EOF/BOF in the cmdMove_Click() function
  7. and see what happens.
  8.  
  9. Enjoy!
  10. Don Willits
  11.  
  12. Coming soon -- a help file which will explain a bit more of the method 
  13. behind the madness.
  14.